Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move stream factory creation to node #51

Merged
merged 1 commit into from Nov 18, 2018
Merged

Move stream factory creation to node #51

merged 1 commit into from Nov 18, 2018

Conversation

ghost
Copy link

@ghost ghost commented Oct 27, 2018

This PR is a split of the original PR #45 (the original PR shall stay open until completely done).

This PR moves the usage of StreamFactory::create from Adapter::open to Node\File::open, which makes the adapters compatible to the adapter interface. I have also gone ahead and replaced boolean with bool to make PHP code assistance tools happy (since technically boolean is seen as class).

@WyriHaximus WyriHaximus added this to the v0.2.0 milestone Oct 27, 2018
Copy link
Member

@WyriHaximus WyriHaximus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@WyriHaximus
Copy link
Member

@clue ping

@WyriHaximus WyriHaximus merged commit 72ae332 into reactphp:master Nov 18, 2018
@ghost ghost deleted the patch-stream-factory branch November 18, 2018 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants